394. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:43:24 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

394.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Checkout/web/css/source/module_minicart.less2023-02-14 08:55:23 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Checkout/web/css/source/module_minicart.less2023-02-14 08:55:23 +0000

394.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged11006
Changed00
Inserted00
Removed00

394.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

394.4 Active regular expressions

No regular expressions were active.

394.5 Comparison detail

1 // /** 1 // /**
2 //  * Copyright © 2015 Magento. All rights reserved. 2 //  * Copyright © 2015 Magento. All rights reserved.
3 //  * See COPYING.txt for license details. 3 //  * See COPYING.txt for license details.
4 //  */ 4 //  */
5  5 
6 // 6 //
7 //  Variables 7 //  Variables
8 //  _____________________________________________ 8 //  _____________________________________________
9  9 
10 @minicart__padding-horizontal: @indent__base; 10 @minicart__padding-horizontal: @indent__base;
11  11 
12 @minicart-qty__height: 24px; 12 @minicart-qty__height: 24px;
13  13 
14 // 14 //
15 //  Common 15 //  Common
16 //  _____________________________________________ 16 //  _____________________________________________
17  17 
18 & when (@media-common = true) { 18 & when (@media-common = true) {
19  19 
20     // 20     //
21     //  Minicart 21     //  Minicart
22     //  --------------------------------------------- 22     //  ---------------------------------------------
23  23 
24     .block-minicart { 24     .block-minicart {
25         .items-total { 25         .items-total {
26             float: left; 26             float: left;
27             .count { 27             .count {
28                 font-weight: @font-weight__bold; 28                 font-weight: @font-weight__bold;
29                 color: #000; 29                 color: #000;
30             } 30             }
31         } 31         }
32         .subtotal { 32         .subtotal {
33             text-align: right; 33             text-align: right;
34             .label { 34             .label {
35                 &:extend(.abs-colon all); 35                 &:extend(.abs-colon all);
36             } 36             }
37         } 37         }
38         .subtitle { 38         .subtitle {
39             display: none; 39             display: none;
40             &.empty { 40             &.empty {
41                 display: block; 41                 display: block;
42                 padding: 18px 0; 42                 padding: 18px 0;
43                 text-align: center; 43                 text-align: center;
44                 font-size: inherit; 44                 font-size: inherit;
45                 font-weight: 400; 45                 font-weight: 400;
46             } 46             }
47             .minicart-offcanvas & { 47             .minicart-offcanvas & {
48               &.empty { 48               &.empty {
49                 padding: 18px 20px; 49                 padding: 18px 20px;
50                 text-align: right; 50                 text-align: right;
51               } 51               }
52             } 52             }
53         } 53         }
54         .text { 54         .text {
55             &.empty { 55             &.empty {
56                 text-align: center; 56                 text-align: center;
57             } 57             }
58         } 58         }
59         .block-content { 59         .block-content {
60             > .actions { 60             > .actions {
61                 > .secondary { 61                 > .secondary {
62                     text-align: center; 62                     text-align: center;
63                     margin: 0 0 15px; 63                     margin: 0 0 15px;
64                     .action { 64                     .action {
65                         &.viewcart { 65                         &.viewcart {
66                             display: block; 66                             display: block;
67                             width: 100%; 67                             width: 100%;
68                             padding: 10px 15px; 68                             padding: 10px 15px;
69                             text-transform: uppercase; 69                             text-transform: uppercase;
70                             font-size: 15px; 70                             font-size: 15px;
71                             border: 1px solid #ccc; 71                             border: 1px solid #ccc;
72                             border-radius: 3px; 72                             border-radius: 3px;
73                         } 73                         }
74                     } 74                     }
75                 } 75                 }
76                 .paypal-logo { 76                 .paypal-logo {
77                     margin-top: 15px; 77                     margin-top: 15px;
78                     text-align: center; 78                     text-align: center;
79                 } 79                 }
80             } 80             }
81         } 81         }
82         .block-category-link, 82         .block-category-link,
83         .block-product-link, 83         .block-product-link,
84         .block-cms-link, 84         .block-cms-link,
85         .block-banners { 85         .block-banners {
86             margin: 15px 0 0; 86             margin: 15px 0 0;
87             text-align: center; 87             text-align: center;
88         } 88         }
89     } 89     }
90  90 
91     .minicart-wrapper { 91     .minicart-wrapper {
92         .lib-dropdown( 92         .lib-dropdown(
93             @_toggle-selector: ~".action.showcart", 93             @_toggle-selector: ~".action.showcart",
94             @_options-selector: ~".block-minicart", 94             @_options-selector: ~".block-minicart",
95             @_dropdown-toggle-icon-content: @icon-mini-cart, 95             @_dropdown-toggle-icon-content: @icon-mini-cart,
96             @_dropdown-toggle-active-icon-content: @icon-mini-cart, 96             @_dropdown-toggle-active-icon-content: @icon-mini-cart,
97             @_dropdown-list-item-padding: false, 97             @_dropdown-list-item-padding: false,
98             @_dropdown-list-item-hover: false, 98             @_dropdown-list-item-hover: false,
99             @_dropdown-list-margin-top: 7px, 99             @_dropdown-list-margin-top: 7px,
100             @_dropdown-list-border: 0, 100             @_dropdown-list-border: 0,
101             @_dropdown-list-pointer-position-top: -21px, 101             @_dropdown-list-pointer-position-top: -21px,
102             @_icon-font-position: before, 102             @_icon-font-position: before,
103             @_icon-font-size: 26px, 103             @_icon-font-size: 26px,
104             @_icon-font-line-height: 33px, 104             @_icon-font-line-height: 33px,
105             @_icon-font-color: @minicart-icons-color, 105             @_icon-font-color: @minicart-icons-color,
106             @_icon-font-color-hover: @minicart-icons-color-hover, 106             @_icon-font-color-hover: @minicart-icons-color-hover,
107             @_icon-font-color-active: @minicart-icons-color 107             @_icon-font-color-active: @minicart-icons-color
108         ); 108         );
109         .block-minicart { 109         .block-minicart {
110             .lib-css(padding, 15px @minicart__padding-horizontal); 110             .lib-css(padding, 15px @minicart__padding-horizontal);
111             width: 300px; 111             width: 300px;
112             left: 0; 112             left: 0;
113             color: #222529; 113             color: #222529;
114             top: 100%; 114             top: 100%;
115             margin-top: 13px; 115             margin-top: 13px;
116             box-shadow: 0 5px 8px rgba(0,0,0,.15); 116             box-shadow: 0 5px 8px rgba(0,0,0,.15);
117             .block-title { 117             .block-title {
118                 display: none; 118                 display: none;
119             } 119             }
120             &:before, &::after {display: none;} 120             &:before, &::after {display: none;}
121         } 121         }
122         .product { 122         .product {
123           .actions { 123           .actions {
124             > .primary, 124             > .primary,
125             > .secondary { 125             > .secondary {
126                 display: inline; 126                 display: inline;
127             } 127             }
128             .minicart-offcanvas& { 128             .minicart-offcanvas& {
129               > .secondary { 129               > .secondary {
130                 left: 10px; 130                 left: 10px;
131               } 131               }
132             } 132             }
133           } 133           }
134         } 134         }
135         .action { 135         .action {
136             &.close { 136             &.close {
137                 width: 40px; 137                 width: 40px;
138                 height: 40px; 138                 height: 40px;
139                 top: 0; 139                 top: 0;
140                 left: 0; 140                 left: 0;
141                 position: absolute; 141                 position: absolute;
142                 .lib-button-reset(); 142                 .lib-button-reset();
143                 .lib-button-icon( 143                 .lib-button-icon(
144                     @icon-remove, 144                     @icon-remove,
145                     @_icon-font-color: #777, 145                     @_icon-font-color: #777,
146                     @_icon-font-size: 16px, 146                     @_icon-font-size: 16px,
147                     @_icon-font-line-height: 16px, 147                     @_icon-font-line-height: 16px,
148                     @_icon-font-text-hide: true 148                     @_icon-font-text-hide: true
149                 ); 149                 );
150             } 150             }
151             &.showcart { 151             &.showcart {
152                 white-space: nowrap; 152                 white-space: nowrap;
153                 display: flex; 153                 display: flex;
154                 align-items: center; 154                 align-items: center;
155                 position: relative; 155                 position: relative;
156                 &.active { 156                 &.active {
157                   display: flex; 157                   display: flex;
158                   align-items: center; 158                   align-items: center;
159                   .minicart-icon { 159                   .minicart-icon {
160                     &::after { 160                     &::after {
161                       content: ""; 161                       content: "";
162                       border-width: 1px 1px 0 0; 162                       border-width: 1px 1px 0 0;
163                       border-color: #f4f4f4; 163                       border-color: #f4f4f4;
164                       border-style: solid; 164                       border-style: solid;
165                       background: #fff; 165                       background: #fff;
166                       width: 14px; 166                       width: 14px;
167                       height: 14px; 167                       height: 14px;
168                       position: absolute; 168                       position: absolute;
169                       top: calc(100%); 169                       top: calc(100%);
170                       left: 50%; 170                       left: 50%;
171                       margin-top: 8px; 171                       margin-top: 8px;
172                       margin-left: -7px; 172                       margin-left: -7px;
173                       transform: rotate(-45deg); 173                       transform: rotate(-45deg);
174                       z-index: 9; 174                       z-index: 9;
175                       animation: arrowFadeInDown .2s ease-out; 175                       animation: arrowFadeInDown .2s ease-out;
176                     } 176                     }
177                   } 177                   }
178                 } 178                 }
179                 .minicart-icon { 179                 .minicart-icon {
180                   font-size: 26px; 180                   font-size: 26px;
181                   position: relative; 181                   position: relative;
182                   &::before {margin: 0;} 182                   &::before {margin: 0;}
183                 } 183                 }
184                 .text { 184                 .text {
185                     &:extend(.abs-visually-hidden all); 185                     &:extend(.abs-visually-hidden all);
186                 } 186                 }
187                 .counter.qty { 187                 .counter.qty {
188                     color: @minicart__qty_color; 188                     color: @minicart__qty_color;
189                     position: absolute; 189                     position: absolute;
190                     left: 18px; 190                     left: 18px;
191                     top: -5px; 191                     top: -5px;
192                     font-size: 10px; 192                     font-size: 10px;
193                     font-weight: 600; 193                     font-weight: 600;
194                     text-align: center; 194                     text-align: center;
195                     width: 16px; 195                     width: 16px;
196                     height: 16px; 196                     height: 16px;
197                     line-height: 16px; 197                     line-height: 16px;
198                     border-radius: 8px; 198                     border-radius: 8px;
199                     overflow: hidden; 199                     overflow: hidden;
200                     color: #fff; 200                     color: #fff;
201                     background-color: #ff5b5b; 201                     background-color: #ff5b5b;
202                     padding: 0; 202                     padding: 0;
203                     .loader { 203                     .loader {
204                         > img { 204                         > img {
205                             .lib-css(max-width, @minicart-qty__height); 205                             .lib-css(max-width, @minicart-qty__height);
206                         } 206                         }
207                     } 207                     }
208                 } 208                 }
209                 .counter-label { 209                 .counter-label {
210                     &:extend(.abs-visually-hidden all); 210                     &:extend(.abs-visually-hidden all);
211                 } 211                 }
212                 &:before, &.active:before { 212                 &:before, &.active:before {
213                     color: @minicart__icon_color; 213                     color: @minicart__icon_color;
214                     line-height: 40px; 214                     line-height: 40px;
215                     margin: 0; 215                     margin: 0;
216                     display: none; 216                     display: none;
217                 } 217                 }
218                 &:hover:before, &:active:before, &.active:before, &.active:hover:before { 218                 &:hover:before, &:active:before, &.active:before, &.active:hover:before {
219                     color: @minicart__icon_color; 219                     color: @minicart__icon_color;
220                 } 220                 }
221                 &::after { 221                 &::after {
222                   content: "\e81c"; 222                   content: "\e81c";
223                   font-family: 'porto-icons'; 223                   font-family: 'porto-icons';
224                   font-size: 17px; 224                   font-size: 17px;
225                   margin-right: 15px; 225                   margin-right: 15px;
226                   display: block; 226                   display: block;
227                 } 227                 }
228             } 228             }
229         } 229         }
230         .minicart-widgets { 230         .minicart-widgets {
231             padding: 0 10px 0; 231             padding: 0 10px 0;
232         } 232         }
233         &.minicart-offcanvas{ 233         &.minicart-offcanvas{
234           .action { 234           .action {
235             &.showcart { 235             &.showcart {
236               &.active { 236               &.active {
237                 .minicart-icon { 237                 .minicart-icon {
238                   &::after {display: none;} 238                   &::after {display: none;}
239                 } 239                 }
240               } 240               }
241             } 241             }
242           } 242           }
243           &.active { 243           &.active {
244             .minicart-overlay { 244             .minicart-overlay {
245                 display: block; 245                 display: block;
246             } 246             }
247             .block-minicart {transform: translateX(0);} 247             .block-minicart {transform: translateX(0);}
248           } 248           }
249           > .mage-dropdown-dialog {display: block !important;} 249           > .mage-dropdown-dialog {display: block !important;}
250           .block-minicart { 250           .block-minicart {
251             transform: translateX(-105%);z-index: 1025;transition: transform 0.35s;position: fixed;top: 0;height: 100%;left: 0 !important; right: auto !important;width: 320px;min-width: auto;margin: 0; 251             transform: translateX(-105%);z-index: 1025;transition: transform 0.35s;position: fixed;top: 0;height: 100%;left: 0 !important; right: auto !important;width: 320px;min-width: auto;margin: 0;
252             padding-left: 0; 252             padding-left: 0;
253             padding-right: 0; 253             padding-right: 0;
254             > div { 254             > div {
255               height: 100%; 255               height: 100%;
256               display: flex; 256               display: flex;
257               flex-direction: column; 257               flex-direction: column;
258             } 258             }
259             .block-title { 259             .block-title {
260               display: block; 260               display: block;
261               padding: 10px 20px; 261               padding: 10px 20px;
262               margin: 0; 262               margin: 0;
263               flex: 0 0 auto; 263               flex: 0 0 auto;
264               .qty { 264               .qty {
265                 display: none; 265                 display: none;
266               } 266               }
267             } 267             }
268             .total-count,li,.subtotal,.block-content > .actions,.minicart-widgets { 268             .total-count,li,.subtotal,.block-content > .actions,.minicart-widgets {
269                 padding-left: 20px; 269                 padding-left: 20px;
270                 padding-right: 20px; 270                 padding-right: 20px;
271             } 271             }
272           } 272           }
273           .minicart-overlay { 273           .minicart-overlay {
274             position: fixed; 274             position: fixed;
275             z-index: 1023; 275             z-index: 1023;
276             left: 0; 276             left: 0;
277             top: 0; 277             top: 0;
278             bottom: 0; 278             bottom: 0;
279             right: 0; 279             right: 0;
280             background: rgba(0,0,0,0.4); 280             background: rgba(0,0,0,0.4);
281             display: none; 281             display: none;
282             svg { 282             svg {
283                 position: absolute; 283                 position: absolute;
284                 top: 10px; 284                 top: 10px;
285                 left: 330px; 285                 left: 330px;
286                 width: 1.5rem; 286                 width: 1.5rem;
287                 height: 1.5rem; 287                 height: 1.5rem;
288                 cursor: pointer; 288                 cursor: pointer;
289             } 289             }
290           } 290           }
291           .block-content { 291           .block-content {
292               display: flex; 292               display: flex;
293               flex-direction: column; 293               flex-direction: column;
294               height: 100%; 294               height: 100%;
295               flex: 1 1 100%; 295               flex: 1 1 100%;
296               .minicart-items-wrapper { 296               .minicart-items-wrapper {
297                   max-height: inherit; 297                   max-height: inherit;
298                   flex: 1 1 100%; 298                   flex: 1 1 100%;
299                   height: 100% !important; 299                   height: 100% !important;
300                   overflow: auto; 300                   overflow: auto;
301                   position: relative; 301                   position: relative;
302                   .minicart-items { 302                   .minicart-items {
303                     position: absolute; 303                     position: absolute;
304                     top: 0; 304                     top: 0;
305                     right: 0; 305                     right: 0;
306                     bottom: 0; 306                     bottom: 0;
307                     padding: 0; 307                     padding: 0;
308                     left: 0; 308                     left: 0;
309                     max-height: 100%; 309                     max-height: 100%;
310                     list-style: none; 310                     list-style: none;
311                     overflow: hidden; 311                     overflow: hidden;
312                     overflow-y: auto; 312                     overflow-y: auto;
313                     -webkit-overflow-scrolling: touch; 313                     -webkit-overflow-scrolling: touch;
314                     scrollbar-width: thin; 314                     scrollbar-width: thin;
315                     &::-webkit-scrollbar { 315                     &::-webkit-scrollbar {
316                         width: 5px; 316                         width: 5px;
317                     } 317                     }
318                     &::-webkit-scrollbar-track { 318                     &::-webkit-scrollbar-track {
319                         background-color: rgba(0,0,0,.05); 319                         background-color: rgba(0,0,0,.05);
320                     } 320                     }
321                     &::-webkit-scrollbar-thumb { 321                     &::-webkit-scrollbar-thumb {
322                         background-color: rgba(0,0,0,.12); 322                         background-color: rgba(0,0,0,.12);
323                     } 323                     }
324                   } 324                   }
325               } 325               }
326               .subtotal { 326               .subtotal {
327                   flex: 0 0 auto; 327                   flex: 0 0 auto;
328               } 328               }
329           } 329           }
330         } 330         }
331     } 331     }
332     .cart-design-2 { 332     .cart-design-2 {
333       .action { 333       .action {
334         &.showcart { 334         &.showcart {
335           .minicart-icon { 335           .minicart-icon {
336             width: 25px; 336             width: 25px;
337             height: 20px; 337             height: 20px;
338             border: 2px solid #222529; 338             border: 2px solid #222529;
339             border-radius: 0 0 5px 5px; 339             border-radius: 0 0 5px 5px;
340             position: relative; 340             position: relative;
341             opacity: 1; 341             opacity: 1;
342             margin: 6px 3px 0; 342             margin: 6px 3px 0;
343             font-size: 32px; 343             font-size: 32px;
344             &::before { 344             &::before {
345               content: ''; 345               content: '';
346               position: absolute; 346               position: absolute;
347               border: 2px solid; 347               border: 2px solid;
348               border-color: inherit; 348               border-color: inherit;
349               border-bottom: none; 349               border-bottom: none;
350               border-radius: 10px 10px 0 0; 350               border-radius: 10px 10px 0 0;
351               left: 50%; 351               left: 50%;
352               top: -8px; 352               top: -8px;
353               margin-left: -7.5px; 353               margin-left: -7.5px;
354               width: 15px; 354               width: 15px;
355               height: 11px; 355               height: 11px;
356             } 356             }
357           } 357           }
358         } 358         }
359       } 359       }
360     } 360     }
361     .minicart-items-wrapper { 361     .minicart-items-wrapper {
362         overflow-x: auto; 362         overflow-x: auto;
363     } 363     }
364  364 
365     .minicart-items { 365     .minicart-items {
366         .lib-list-reset-styles(); 366         .lib-list-reset-styles();
367         .product-item { 367         .product-item {
368             > .product { 368             > .product {
369                 &:extend(.abs-add-clearfix all); 369                 &:extend(.abs-add-clearfix all);
370             } 370             }
371         } 371         }
372         .product-image-wrapper { 372         .product-image-wrapper {
373             &:extend(.abs-reset-image-wrapper all); 373             &:extend(.abs-reset-image-wrapper all);
374         } 374         }
375         .product-item-pricing { 375         .product-item-pricing {
376             .label { 376             .label {
377                 display: inline-block; 377                 display: inline-block;
378             } 378             }
379         } 379         }
380         .price-minicart { 380         .price-minicart {
381             margin-bottom: @indent__xs; 381             margin-bottom: @indent__xs;
382         } 382         }
383         .product-item-details { 383         .product-item-details {
384             text-align: right; 384             text-align: right;
385             .price-including-tax, 385             .price-including-tax,
386             .price-excluding-tax { 386             .price-excluding-tax {
387                 margin: @indent__xs 0; 387                 margin: @indent__xs 0;
388             } 388             }
389             .weee[data-label] { 389             .weee[data-label] {
390                 .lib-font-size(11); 390                 .lib-font-size(11);
391                 .label { 391                 .label {
392                     &:extend(.abs-no-display all); 392                     &:extend(.abs-no-display all);
393                 } 393                 }
394             } 394             }
395             .details-qty { 395             .details-qty {
396                 margin-top: @indent__s; 396                 margin-top: @indent__s;
397             } 397             }
398         } 398         }
399         .product { 399         .product {
400             > .product-item-photo, 400             > .product-item-photo,
401             > .product-image-container { 401             > .product-image-container {
402                 float: right; 402                 float: right;
403                 min-width: 0; 403                 min-width: 0;
404             } 404             }
405             .toggle { 405             .toggle {
406                 &:after { 406                 &:after {
407                     position: static; 407                     position: static;
408                     margin: 0 0 0 @indent__xs; 408                     margin: 0 0 0 @indent__xs;
409                     .lib-css(color, @color-gray56); 409                     .lib-css(color, @color-gray56);
410                 } 410                 }
411                 border: 0; 411                 border: 0;
412                 padding: 0 0 @indent__xs @indent__xl; 412                 padding: 0 0 @indent__xs @indent__xl;
413             } 413             }
414             .product.options { 414             .product.options {
415                 > .toggle { 415                 > .toggle {
416                     &:after { 416                     &:after {
417                         font-family: @icon-font-family; 417                         font-family: @icon-font-family;
418                     } 418                     }
419                     .lib-icon-font-symbol( 419                     .lib-icon-font-symbol(
420                         @_icon-font-content: @icon-down, 420                         @_icon-font-content: @icon-down,
421                         @_icon-font-position: after 421                         @_icon-font-position: after
422                     ); 422                     );
423                 } 423                 }
424                 &.active { 424                 &.active {
425                     > .toggle { 425                     > .toggle {
426                         .lib-icon-font-symbol( 426                         .lib-icon-font-symbol(
427                             @_icon-font-content: @icon-up, 427                             @_icon-font-content: @icon-up,
428                             @_icon-font-position: after 428                             @_icon-font-position: after
429                         ); 429                         );
430                     } 430                     }
431                 } 431                 }
432             } 432             }
433             &.pricing { 433             &.pricing {
434                 margin-top: 3px; 434                 margin-top: 3px;
435             } 435             }
436             &.options { 436             &.options {
437                 .tooltip.toggle { 437                 .tooltip.toggle {
438                     .lib-icon-font( 438                     .lib-icon-font(
439                         @icon-down, 439                         @icon-down,
440                         @_icon-font-size: 12px, 440                         @_icon-font-size: 12px,
441                         @_icon-font-line-height: 12px, 441                         @_icon-font-line-height: 12px,
442                         @_icon-font-text-hide: true, 442                         @_icon-font-text-hide: true,
443                         @_icon-font-margin: -3px 7px 0 0, 443                         @_icon-font-margin: -3px 7px 0 0,
444                         @_icon-font-position: after 444                         @_icon-font-position: after
445                     ); 445                     );
446                 } 446                 }
447                 .details { 447                 .details {
448                     display: none; 448                     display: none;
449                 } 449                 }
450             } 450             }
451         } 451         }
452         .details-qty, 452         .details-qty,
453         .price-minicart { 453         .price-minicart {
454             .label { 454             .label {
455                 &:extend(.abs-colon all); 455                 &:extend(.abs-colon all);
456             } 456             }
457         } 457         }
458         .item-qty { 458         .item-qty {
459             width: 40px; 459             width: 40px;
460             text-align: center; 460             text-align: center;
461             margin-left: @indent__s; 461             margin-left: @indent__s;
462             border-radius: 3px; 462             border-radius: 3px;
463         } 463         }
464         .update-cart-item { 464         .update-cart-item {
465             vertical-align: top; 465             vertical-align: top;
466             .lib-font-size(11); 466             .lib-font-size(11);
467         } 467         }
468         .subtitle { 468         .subtitle {
469             display: none; 469             display: none;
470         } 470         }
471     } 471     }
472  472 
473 } 473 }
474  474 
475 // 475 //
476 //  Mobile 476 //  Mobile
477 //  _____________________________________________ 477 //  _____________________________________________
478  478 
479 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) { 479 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) {
480     .minicart-wrapper .block-minicart { 480     .minicart-wrapper .block-minicart {
481         width: 290px; 481         width: 290px;
482     } 482     }
483 } 483 }
484  484 
485  485 
486  486 
487 // 487 //
488 //  Desktop 488 //  Desktop
489 //  _____________________________________________ 489 //  _____________________________________________
490  490 
491 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { 491 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
492     .minicart-wrapper { 492     .minicart-wrapper {
493         .block-minicart { 493         .block-minicart {
494             right: auto; 494             right: auto;
495         } 495         }
496     } 496     }
497     .minilist .action.delete, 497     .minilist .action.delete,
498     .minicart-wrapper .action.edit { 498     .minicart-wrapper .action.edit {
499         .lib-icon-font-size( 499         .lib-icon-font-size(
500             @_icon-font-size: 16px 500             @_icon-font-size: 16px
501         ); 501         );
502     } 502     }
503 } 503 }